variable local meaning in Chinese
当地变数
Examples
- Locals window displays variables local to the current context or scope
“局部变量”窗口显示对于当前上下文或范围来说位于本地的变量。 - A variable local to each window , which , together with the session ' s shadow vector , determines the dimensions of the window ' s shadow
一种各个窗口都具备的局部变量,它和会话阴影矢量,决定了窗口阴影的维度。 - The variables local to a method don t really need names once the methods are compiled , but they can be included using the
一旦方法被编译了,这个方法的局部变量就不太需要名称了,但是能通过对javac编译器使用 - When you issue the info locals command gdb actually prints out variables local to the current frame , which by default is where the interrupted function is frame 0
实际上,发出info locals命令时, gdb会打印出当前帧中的局部变量,缺省情况下,这个帧中的函数就是被中断的函数( 0号帧) 。